home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
javelin.swf
/
scripts
/
frame_101
/
PlaceObject2_287_10
/
CLIPACTIONRECORD onClipEvent(mouseDown).as
< prev
Wrap
Text File
|
2008-11-12
|
250b
|
14 lines
onClipEvent(mouseDown){
if(_root._ymouse > 365 && _root._xmouse < 220)
{
return undefined;
}
if(_root.state_bras <= 1)
{
}
if(_root._ymouse > 40 && _root._xmouse > 80)
{
_root.MouseClickP(1,1);
}
}